home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / en-US.jar / locale / en-US / global / printing.properties < prev    next >
Text File  |  2006-02-28  |  7KB  |  117 lines

  1. # ***** BEGIN LICENSE BLOCK *****
  2. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3. #
  4. # The contents of this file are subject to the Mozilla Public License Version
  5. # 1.1 (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. # http://www.mozilla.org/MPL/
  8. #
  9. # Software distributed under the License is distributed on an "AS IS" basis,
  10. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11. # for the specific language governing rights and limitations under the
  12. # License.
  13. #
  14. # The Original Code is mozilla.org code.
  15. #
  16. # The Initial Developer of the Original Code is
  17. # Netscape Communications Corporation.
  18. # Portions created by the Initial Developer are Copyright (C) 1998
  19. # the Initial Developer. All Rights Reserved.
  20. #
  21. # Contributor(s):
  22. #   Roland Mainz <roland.mainz@informatik.med.uni-giessen.de>
  23. #
  24. # Alternatively, the contents of this file may be used under the terms of
  25. # either of the GNU General Public License Version 2 or later (the "GPL"),
  26. # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27. # in which case the provisions of the GPL or the LGPL are applicable instead
  28. # of those above. If you wish to allow use of your version of this file only
  29. # under the terms of either the GPL or the LGPL, and not to allow others to
  30. # use your version of this file under the terms of the MPL, indicate your
  31. # decision by deleting the provisions above and replace them with the notice
  32. # and other provisions required by the GPL or the LGPL. If you do not delete
  33. # the provisions above, a recipient may use your version of this file under
  34. # the terms of any one of the MPL, the GPL or the LGPL.
  35. #
  36. # ***** END LICENSE BLOCK *****
  37.  
  38. # Page number formating
  39. ## @page_number The current page number
  40. #LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line.
  41. # Place the word %ld where the page number and number of pages should be
  42. # The first %ld will receive the the page number
  43. pagenumber=%1$d
  44.  
  45. # Page number formating
  46. ## @page_number The current page number
  47. ## @page_total The total number of pages
  48. #LOCALIZATION NOTE (pageofpages): Do not translate %ld in the following line.
  49. # Place the word %ld where the page number and number of pages should be
  50. # The first %ld will receive the the page number
  51. # the second %ld will receive the total number of pages
  52. pageofpages=%1$d of %2$d
  53.  
  54. # Print font
  55. # The name of the font to be used to print the headers and footers
  56. fontname=serif
  57.  
  58. # Print font size
  59. # The size of the font to be used to print the headers and footers
  60. fontsize=10
  61.  
  62. noPrintFilename.title=Filename is missing
  63. noPrintFilename.alert=You have selected "Print To: File", and the filename is empty!
  64.  
  65. # File confirm
  66. fileConfirm.exists=%S already exists.\nDo you want to replace it?
  67.  
  68. # Print error codes
  69. print_error_dialog_title=Printer Error
  70. printpreview_error_dialog_title=Print Preview Error
  71. NS_ERROR_GFX_PRINTER_CMD_NOT_FOUND=There was a problem printing. The printer doesn't support a printing command.
  72. NS_ERROR_GFX_PRINTER_CMD_FAILURE=There was a problem printing. An instruction that was sent to the printer failed.
  73. NS_ERROR_GFX_PRINTER_NO_PRINTER_AVAILABLE=There was a problem printing. No printer could be found.
  74. NS_ERROR_GFX_PRINTER_NAME_NOT_FOUND=There was a problem printing. The printer could not be found.
  75. NS_ERROR_GFX_PRINTER_ACCESS_DENIED=There was a problem printing. Access to the printer was denied.
  76. NS_ERROR_GFX_PRINTER_INVALID_ATTRIBUTE=There was a problem printing. Tried to set an invalid printer attribute.
  77. NS_ERROR_GFX_PRINTER_PRINTER_NOT_READY=There was a problem printing. The printer not ready.
  78. NS_ERROR_GFX_PRINTER_OUT_OF_PAPER=There was a problem printing. The printer is out of paper.
  79. NS_ERROR_GFX_PRINTER_PRINTER_IO_ERROR=There was a problem printing. Printer I/O error.
  80. NS_ERROR_GFX_PRINTER_COULD_NOT_OPEN_FILE=There was a problem printing. The output file could not be opened.
  81. NS_ERROR_GFX_PRINTER_FILE_IO_ERROR=There was an error writing the printing output file.
  82. NS_ERROR_GFX_PRINTER_PRINTPREVIEW=There must be at least one printer available to show Print Preview.
  83. NS_ERROR_UNEXPECTED=There was an unexpected problem when printing.
  84. NS_ERROR_OUT_OF_MEMORY=There was a problem printing. There is not enough free memory to print.
  85. NS_ERROR_NOT_IMPLEMENTED=Some printing functionality is not implemented yet.
  86. NS_ERROR_NOT_AVAILABLE=Not available
  87. NS_ERROR_ABORT=The print job was aborted, or canceled.
  88. NS_ERROR_FAILURE=An unknown error occurred while printing.
  89. NS_ERROR_GFX_PRINTER_STARTDOC=Printing failed when starting the document.
  90. NS_ERROR_GFX_PRINTER_ENDDOC=Printing failed when completing the document.
  91. NS_ERROR_GFX_PRINTER_STARTPAGE=Printing failed when starting the page.
  92. NS_ERROR_GFX_PRINTER_ENDPAGE=Printing failed when completing the page.
  93. NS_ERROR_GFX_PRINTER_PRINT_WHILE_PREVIEW=You cannot print while in print preview.
  94. NS_ERROR_GFX_PRINTER_PAPER_SIZE_NOT_SUPPORTED=There was a problem printing because the paper size you specified is not supported by your printer.
  95. NS_ERROR_GFX_PRINTER_ORIENTATION_NOT_SUPPORTED=There was a problem printing because the page orientation you specified is not supported by your printer.
  96. NS_ERROR_GFX_PRINTER_COLORSPACE_NOT_SUPPORTED=There was a problem printing because the print job requires color capabilities that your printer does not support.
  97. NS_ERROR_GFX_PRINTER_TOO_MANY_COPIES=There was a problem printing because you requested too many copies.
  98. NS_ERROR_GFX_PRINTER_DRIVER_CONFIGURATION_ERROR=There was a problem printing. The printer driver is not properly configured.
  99. NS_ERROR_GFX_PRINTER_XPRINT_BROKEN_XPRT=A broken version of the X print server (Xprt) has been detected. Note that printing using this Xprt server may not work properly. Please contact the server vendor for a fixed version.
  100. NS_ERROR_GFX_PRINTER_DOC_IS_BUSY_PP=The browser cannot print preview right now.\nPlease try again when the page has finished loading.
  101. NS_ERROR_GFX_PRINTER_DOC_WAS_DESTORYED=The page was replaced while you were trying to print.\nPlease try again.
  102. NS_ERROR_GFX_NO_PRINTDIALOG_IN_TOOLKIT=Either pluggable dialogs were not properly installed\nOr this GFX Toolkit no longer supports native Print Dialogs
  103. NS_ERROR_GFX_NO_PRINTROMPTSERVICE=The Printing Prompt Service is missing.
  104. NS_ERROR_GFX_PRINTER_NO_XUL=We are unable to Print or Print Preview this page.
  105. NS_ERROR_GFX_PRINTER_XPRINT_NO_XPRINT_SERVERS_FOUND=There was a problem printing. No Xprint server(s) could be found.\nCheck whether the XPSERVERLIST environment variable contains any valid Xprint servers.\nFor further information see http://xprint.mozdev.org/ or http://www.mozilla.org/projects/xprint/
  106. NS_ERROR_GFX_PRINTER_PLEX_NOT_SUPPORTED=There was a problem printing because the plex mode you specified is not supported by your printer.
  107. NS_ERROR_GFX_PRINTER_DOC_IS_BUSY=The browser cannot print the document while it is being loaded.
  108. NS_ERROR_GFX_PRINTING_NOT_IMPLEMENTED=Printing is not implemented.
  109. NS_ERROR_GFX_COULD_NOT_LOAD_PRINT_MODULE=The requested print module cannot be loaded.
  110. NS_ERROR_GFX_PRINTER_RESOLUTION_NOT_SUPPORTED=There was a problem printing because the resolution/quality mode you specified is not supported by your printer.
  111.  
  112. # No printers available
  113. noprinter=No printers available.
  114. PrintToFile=Print To File
  115. # EOF.
  116.  
  117.